Welcome![Sign In][Sign Up]
Location:
Search - gabor filter matlab

Search list

[SourceCodegabor filter

Description: gabor filter的matlab实现.
Platform: | Size: 1043 | Author: hengji | Hits:

[Special Effects1D gabor Filter

Description: Description: Recent studies on Mathematical modeling of visual cortical cells [Kulikowski/Marcelja/Bishop:1982] suggest a tuned band pass filter bank structure. These filters are found to have Gaussian transfer functions in the frequency domain. Thus, taking the Inverse Fourier Transform of this transfer function we get a filter characteristics closely resembling to the Gabor filters. The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes respectively) modulated by a complex sinusoid (with centre frequencies U and V along x and y-axes respectively).
Platform: | Size: 2048 | Author: gz | Hits:

[2D Graphicgaborfilter

Description: 图像处理中重要的Gabor滤波器的Matlab实现-Image Processing important Gabor filter Matlab
Platform: | Size: 2048 | Author: ppp | Hits:

[2D Graphicgabor11

Description: gabor滤波器,可以检测图像边缘信息,有利于初学者使用学习。-gabor filter can detect edges, and is conducive to beginners learning.
Platform: | Size: 6144 | Author: yuxi | Hits:

[Special Effectsgaborfilters

Description: gabor滤波器的matlab源代码,可以实现图像增强。-gabor filter Matlab source code, image enhancement can be achieved.
Platform: | Size: 3072 | Author: 白云 | Hits:

[Graph Recognizegaborcreate

Description: gabor filter,,,for iris,,,,,,, -gabor filter, and, for iris ,,,,,,,
Platform: | Size: 1024 | Author: | Hits:

[Waveletrecursivegaborprot

Description: Gabor滤波器设计matlab代码,由于递归Gabor滤波器的设计,源于国外研究机构,研究与应用中有很好的参考价值。-Gabor filter design matlab code Recursive Gabor filters as a result of the design, derived from foreign research institutions, research and applications have a very good reference value.
Platform: | Size: 11264 | Author: 曹魁 | Hits:

[Special Effectsfromirangaborfilter

Description: 基于纹理分析的图像分割用滤波实现,需要先输入参数。%The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes -Based on Texture Analysis for Image Segmentation with filtering to achieve, need to input parameters. The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes
Platform: | Size: 3072 | Author: yemaoqiu | Hits:

[Special EffectsGaborFilter

Description: gabor滤波的matlab代码实现,主要应用于图像处理和机器视觉-gabor filter matlab code, mainly used in image processing and machine vision
Platform: | Size: 1024 | Author: 崔金龙 | Hits:

[Special EffectsFeature Extraction and Gabor Filtering_C+Matlab.ra

Description: Garbor filter is famous for its approximation to the characteristic of Cortex in human vision system. The state-of-the-arts advancement in computer vision application demonstrates the success and promissing of this technique. This directory contains the codes for Gabor filtering and texture feature extraction. The strategy of constructing the Gabor filter bank is based on the accompanied paper included in the subdirectory.-Garbor filter is famous for its approximation to the characteristic of Cortex in human vision system. The state-of-the-arts advancement in computer vision applicationdemonstrates the success and promissing of this technique.This directory contains the codes for Gabor filtering and texture feature extraction . The strategy of constructing the Gabor filter bank is based on the accompanied paperincluded in the subdirectory.
Platform: | Size: 966656 | Author: 杨愚根 | Hits:

[Graph Recognizegaborfilter

Description: gabor filter 图像纹理提取 边缘检测-gabor filter image texture extraction of edge detection
Platform: | Size: 3072 | Author: asdads | Hits:

[Waveletgaborfilter

Description: 根据gabor滤波器的定义,用matlab创造gabor滤波器-According to the definition of gabor filter used to create gabor filter matlab
Platform: | Size: 1024 | Author: 杨艳芳 | Hits:

[2D GraphicGabor

Description: 计算Gabor滤波器函数. Gabor1.m:4个方向的Gabo滤波器模板的图像显示. Gabor2.m:4个方向的Gabor滤波器对lena进行滤波的顶层调用模块. gabor.m:绘制一个Gabor滤波器的空域和频域函数图. compute.m:计算Gabor滤波器函数(要被上面3个模块调用,这3个模块彼此独立)-Gabor filter function calculation. Gabor1.m: 4 directions Gabo filter template image display. Gabor2.m: 4 directions of the Gabor filter for filtering lena call top-level module. Gabor.m: Drawing of a Gabor filter browser s airspace and frequency domain function Fig. compute.m: Calculation of Gabor filter function (to be above three modules call, this three modules independent of each other)
Platform: | Size: 1024 | Author: 赵立桐 | Hits:

[Special EffectsGabor

Description: 基于改进的Gabor滤波指纹图像增强算法 研究-Gabor filter based on an improved algorithm for fingerprint image enhancement
Platform: | Size: 199680 | Author: 高彪 | Hits:

[Special Effectslog-gaborconvolve

Description: 使用log-Gabor滤波器对图像进行滤波程序。-The use of log-Gabor filter image filtering process.
Platform: | Size: 3072 | Author: 陈华 | Hits:

[Graph programGabor

Description: gabor滤波器的源码,可以特征处理或者-gabor filter source, you can deal with the characteristics or
Platform: | Size: 2048 | Author: michael | Hits:

[matlabGabor

Description: Source code for 2D Gabor filter
Platform: | Size: 2048 | Author: mohsn | Hits:

[matlabGabor-filter

Description: 实现Gabor滤波的源代码,包括C++、matlab源程序,还有介绍其原理的word文件-Gabor filter realization of the source code, including C++, matlab source, as well as introduce the principle of word document
Platform: | Size: 56320 | Author: 陈颖 | Hits:

[matlabGabor-filter-Matlab-code

Description: Matlab的Gabor滤波器代码,使用方法: I = imread( 图像文件名 ) [G,gabout] = gaborfilter1(I,2,4,16,pi/3) figure,imshow(uint8(gabout)) -Gabor filter Matlab code, use the method: I = imread ( image filename ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (uint8 (gabout) )
Platform: | Size: 3072 | Author: 去雷 | Hits:

[matlabGabor-filter-in-Matlab

Description: 基于Gabor滤波器的图像纹理特征提取,这是Matlab文件,参数可以自己调整。其中包含一个主程序,多个子函数程序。(Image texture extraction based on Gabor filter in Matlab)
Platform: | Size: 5120 | Author: mvr | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net